Reads Count bytes from the input stream and returns a String. If provided, the optional parameter Enc specifies the text encoding to be defined for the String to be read.
Syntax |
|---|
|
result = Readable.Read( Count, [enc] ) |
Parameters |
|
|---|---|
|
Count |
|
|
enc |
TextEncoding (Optional) |
Return Value |
|
|---|---|
|
Result |
|